home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The X-Philes (2nd Revision)
/
The X-Philes Number 1 (1995).iso
/
xphiles
/
hp48hor2
/
sortln.rpl
< prev
next >
Wrap
Text File
|
1993-02-18
|
346b
|
15 lines
%%HP: T(3);
@ SORTLN by Joe Horn, in SRPL format
":: CK1&Dispatch # 5h
:: INNERCOMP DUP1LAMBIND
#1+_ONE_DO 1GETLAM ROLL # 0h INDEX@
BEGIN 2DUP SWAP#- #2/ DUP#0<>
WHILE
:: OVERSWAP #-DUP #4+PICK 5PICK %>
ITE ROTDROPSWAP SWAPDROP
;
REPEAT ROT2DROP UNROLL
LOOP 1GETABND {}N
;
;"